Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotters: Adjust to new renderer handling in Matplotlib 3.6 #294

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

tohojo
Copy link
Owner

@tohojo tohojo commented Jan 16, 2024

The handling of the internal renderer objects changed in Matplotlib 3.6, and we
haven't adjusted to the new API. Move the existing logic into a helper function
so we can use it consistently, and try calling the new matplotlib API before
falling back to the old logic.

Fixes #291.

The handling of the internal renderer objects changed in Matplotlib 3.6, and we
haven't adjusted to the new API. Move the existing logic into a helper function
so we can use it consistently, and try calling the new matplotlib API before
falling back to the old logic.

Fixes #291.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
@tohojo tohojo merged commit e4c5f65 into master Jan 16, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WARNING: Unable to build our own tight layout: 'Figure' object has no attribute '_cachedRenderer'
1 participant